FlowNode
Represents a workflow node, defining its type and name.
Properties
Name | Description |
---|---|
Key | A unique identifier for the workflow step. |
WorkflowCodeInstance | The workflow code instance associated with the flow object. |
CachedDMObjects | The cached document management objects related to the flow object. |
NodeName | The name of the node within the workflow. |
NodeType | Specifies the type of the node within the workflow. |
TypeCode | The type code associated with the flow object. |
Name | Name for the workflow step. |
Caption | The caption dictionary representing localized captions for the flow object. |
Constructors
Name | Description |
---|---|
FlowNode(name, workflowData, workflowCodeInstance) | Constructor for the FlowNode class. Initializes a new instance of the FlowNode class. |
FlowNode(name, workflowData, workflowCodeInstance) | Initializes a new instance of the FlowNode class. |
Methods
Name | Description |
---|---|
Initialize() | Initializes the FlowNode with necessary configurations. |
Events
Name | Description |
---|---|
OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |
OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
Generic Types
Name | Description |
---|---|
TProperties | Generic type of properties. |